runtime.tracestat.allocs (field)

4 uses

	runtime (current package)
		malloc.go#L952: 			inittrace.allocs += 1
		proc.go#L6183: 	allocs uint64 // heap allocations
		proc.go#L6238: 			print(string(itoa(sbuf[:], after.allocs-before.allocs)), " allocs")